.three-way-reservations {
  padding-top: 100px;
  padding-bottom: 20px;
}

.three-way-reservations--with-shadow {
  box-shadow: 0px 3px 6px #0000000d;
}

.three-way-reservations__title {
  margin-bottom: 32px !important;
  font-size: 30px;
  font-weight: 600;
  color: #303030;
}

.three-way-reservations__title-with-underline {
  margin-bottom: 10px !important;
}

.three-way-reservations__subtitle {
  font-size: 22px;
  line-height: 1.33;
  font-weight: 700;
  color: #303030;
}

.three-way-reservations__text {
  font-size: 15px;
  color: #505050;
  padding: 0;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.67;
}

.three-way-reservations__text li {
  color: #505050;
  font-weight: 400;
}

.three-way-reservations__row {
  row-gap: 30px;
}

.three-way-reservations__text--horizontal {
  margin-top: 40px;
  margin-bottom: 80px !important;
}

.three-way-reservations__item--horizontal {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  text-align: left;
}

.three-way-reservations__item-content--horizontal {
  width: 238px;
}

.three-way-reservations__item--horizontal .three-way-reservations__icon {
  flex: 0 0 auto;
  height: 100px;
  width: auto;
}

.three-way-reservations__item--horizontal .three-way-reservations__icon img {
  max-width: 100%;
  height: auto;
}

.three-way-reservations__item--horizontal .three-way-reservations__text {
  margin-bottom: 0;
}

.three-way-reservations__number {
  font-size: 38px;
  line-height: 1.2;
  color: #303030;
}

@media only screen and (max-width: 767px) {
  .three-way-reservations__item--horizontal {
    justify-content: center;
  }
}

@media only screen and (max-width: 576px) {
  .three-way-reservations {
    padding-top: 50px !important;
  }

  .three-way-reservations__row {
    gap: 60px;
  }

  .three-way-reservations__title {
    margin-bottom: 32px !important;
  }

  .three-way-reservations__text {
    margin-bottom: 0;
  }
}
